projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd2cfe
)
* lisp/emacs-lisp/pcase.el: Fix copyright header.
author
Glenn Morris
<rgm@gnu.org>
Wed, 11 Aug 2010 02:14:53 +0000
(19:14 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 11 Aug 2010 02:14:53 +0000
(19:14 -0700)
lisp/emacs-lisp/pcase.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/pcase.el
b/lisp/emacs-lisp/pcase.el
index 03d760b2df53c4e170aca083d1df079e3dec6a8a..0b46eb2a3019e4b18224d84bca266f97c105d98a 100644
(file)
--- a/
lisp/emacs-lisp/pcase.el
+++ b/
lisp/emacs-lisp/pcase.el
@@
-1,6
+1,6
@@
;;; pcase.el --- ML-style pattern-matching macro for Elisp
-;; Copyright (C) 2010
Stefan Monnier
+;; Copyright (C) 2010
Free Software Foundation, Inc.
;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
;; Keywords:
@@
-483,7
+483,7
@@
and if not, defers to REST which is a list of branches of the form
(pcase-u1 matches code vars then-rest)
(pcase-u else-rest))))
(t (error "Unkown QPattern %s" qpat))))
-
+
(provide 'pcase)
;;; pcase.el ends here